[ARM] Implement R_ARM_ALU_PC_Gn / R_ARM_ALU_PC_Gn_NC relocations - #1775
Open
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Open
[ARM] Implement R_ARM_ALU_PC_Gn / R_ARM_ALU_PC_Gn_NC relocations#1775Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Steven Ramirez Rosa (Steven6798) wants to merge 1 commit into
Conversation
Steven Ramirez Rosa (Steven6798)
requested a review
from quic-areg
as a code owner
August 26, 2026 22:37
Steven Ramirez Rosa (Steven6798)
marked this pull request as draft
August 26, 2026 22:38
Implement the following relocations: R_ARM_ALU_PC_G0_NC R_ARM_ALU_PC_G1_NC R_ARM_ALU_PC_G1 R_ARM_ALU_PC_G2 Refactor the code of R_ARM_ALU_PC_G0 to be reused for the new relocations as well. Fix: qualcomm#1771 Signed-off-by: Steven Ramirez Rosa <ramirezr@qti.qualcomm.com>
Steven Ramirez Rosa (Steven6798)
force-pushed
the
issue-1771
branch
from
August 26, 2026 22:55
99e475a to
aaf0968
Compare
Steven Ramirez Rosa (Steven6798)
marked this pull request as ready for review
August 26, 2026 22:57
Steven Ramirez Rosa (Steven6798)
requested a review
from Shakti Suman (quic-shaksuma)
as a code owner
August 26, 2026 22:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement the following relocations:
R_ARM_ALU_PC_G0_NC
R_ARM_ALU_PC_G1_NC
R_ARM_ALU_PC_G1
R_ARM_ALU_PC_G2
Refactor the code of R_ARM_ALU_PC_G0 to be reused for the new relocations as well.
Fix: #1771